home *** CD-ROM | disk | FTP | other *** search
/ SPACE 2 / SPACE - Library 2 - Volume 1.iso / telecom / 133 / general / neo.inf < prev    next >
Encoding:
Text File  |  1987-04-17  |  2.1 KB  |  38 lines

  1. ----------
  2. Category 3,  Topic 22
  3. Message 25        Tue Apr 07, 1987
  4. NHARRIS [Neil @ Atari]       at 14:54 EDT
  5.  
  6. NEOchrome version 1.0 includes the file format in the manual.  Ted is close.
  7. Here goes with the complete file spec:
  8.  
  9. Offset   Var.Name     Length       Description
  10. ------   --------     ------       ----------------------------------
  11. +0       File ID      1 word       Always 0
  12. +2       Resolution   1 word       0=low, 1=med, 2=high
  13. +4       Palette      16 words     Hardware color palette for picture
  14. +36      Unused       12 bytes     space for file name, NEO does not use.
  15. +48      CRAMPTR      1 word       Color ramp pointers. Bit 15 set if low
  16.                                    bits are valid. If valid, high nibble of
  17.                                    low byte is left delimiter, low nibble is
  18.                                    right delimiter.
  19. +50      CSCRLSPD     1 word       Color scroll speed.  Bit 15 set if scroll
  20.                                    on. Low order byte is # frames per step.
  21.                                    If negative, scroll is left.
  22. +52      Duration     1 word       # of color steps (defined by CSCRLSPD) to
  23.                                    display picture before going to next.
  24. +54      NEOX         1 word       Reserved, set to 0.  Horizontal offset onto
  25.                                    canvas for leftmost display edge.
  26. +56      NEOY         1 word       Reserved, set to 0.  Vertical offset into
  27.                                    canvas for topmost edge.
  28. +56      NEOWIDTH     1 word       Reserved, set to 320.  Total canvas width.
  29. +60      NEOHEIGHT    1 word       Reserved, set to 200.  Total canvass height.
  30. +62      unused       33 words     Reserved for future expansion
  31. +128     Image        32000 bytes  Image data.  Future versions may expand this
  32.                                    based on NEOWIDTH * NEOHEIGHT, for canvas
  33.                                    sizes larger than screen.
  34.  
  35. NOTE: Many of the variables here are used by NEOshow (the new slide show) and
  36. not by NEOchrome itself.
  37. ----------
  38.